home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 January / PCWorld_2002-01_cd.bin / Novinky / Becher / 1. Zlaty Kalich / ZlatyKalich.exe / scripts / frame_1954 / DoAction.as
Text File  |  2001-11-12  |  206b  |  15 lines

  1. itembar_refresh();
  2. if(_root.truhla == 0)
  3. {
  4.    _root.mtruhla.gotoAndStop(1);
  5. }
  6. else if(_root.truhla == 1)
  7. {
  8.    _root.mtruhla.gotoAndStop(2);
  9. }
  10. else
  11. {
  12.    _root.mtruhla.gotoAndStop(3);
  13. }
  14. stop();
  15.